Skip to main content

All Questions

0votes
1answer
2kviews

Why would you make a struct without typedef?

Since I cut my teeth on code with OO, I’m biased toward using structs as classes without methods. However, there’s probably a good reason that typedef isn’t the default behavior of struct. What is it?
JohnnyApplesauce's user avatar

close